runtime.persistentAlloc.off (field)
7 uses
runtime (current package)
malloc.go#L1369: off uintptr
malloc.go#L1435: persistent.off = alignUp(persistent.off, align)
malloc.go#L1436: if persistent.off+size > persistentChunkSize || persistent.base == nil {
malloc.go#L1453: persistent.off = alignUp(goarch.PtrSize, align)
malloc.go#L1455: p := persistent.base.add(persistent.off)
malloc.go#L1456: persistent.off += size
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)